Description | : List analyzers. |
Reference | : Link ¶ |
⚼ Request
GET:
/analyzers
{
api-version:
string
,
x-ms-client-request-id:
string
,
}
⚐ Response (200)
{
$headers:
{
,
x-ms-client-request-id:
string
,
}
$schema:
}
{
,
value:
[
]
,
{
,
analyzerId:
string
,
description:
string
,
tags:
object
,
status:
enum
,
createdAt:
string
,
lastModifiedAt:
string
,
scenario:
string
,
config:
{
,
locales:
[
,
string
,
]
enableFace:
boolean
,
enableOcr:
boolean
,
enableLayout:
boolean
,
enableBarcode:
boolean
,
enableFormula:
boolean
,
returnDetails:
boolean
,
}
fieldSchema:
{
,
name:
string
,
description:
string
,
fields:
object
,
definitions:
object
,
}
trainingData:
{
,
kind:
enum
,
}
warnings:
}
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}